@media (max-width: 1024px) {
    .features .shedule-1,
    .features .question-2,
    .features .question-bank-3,
    .features .screenselect-5,
    .features .savenote {
        display: none;
    }
    .second-mockup .mockup-screen img:nth-child(2) {
        top: 56%;
        width: 65%;
    }
    .promo .mockup {
        width: initial;
        width: 70%;
        align-items: center;
    }
    .second-mockup .mockup-screen img {
        width: 70%;
        height: initial;
        max-width: initial;
    }
    .second-mockup .mockup-screen img:nth-child(2) {
        margin-left: -23%;
    }
    .second-mockup .mockup-screen img:nth-child(3) {
        margin-left: -23%;
        top: 56%;
        width: 65%;
    }
    #pricing .table {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .features.features-position{
        top: 0;
    }
}

@media (max-width: 640px) {
    footer .padding-right-50 {
        padding-right: 0;
    }

    footer .app-download {
        display: inline-block;
    }

    footer .app-download a {
        display: inline-block;
    }

    .promo-bar div span:first-of-type {
        font-size: 18px;
    }
    .promo-bar div span {
        font-size: 14px;
    }
    .promo-bar {
        padding: 30px;
    }
    .promo h2 {
        font-size: 28px;
    }
    .promo p {
        font-size: var(--header-font-size);
    }

    .outline-btn {
        margin-left: 0;
    }
    .orange-btn,
    .outline-btn {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .sectionFeatures .column-content div {
        flex-direction: column;
    }
    .sectionFeatures .column-content div:first-of-type img {
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .uk-navbar-toggle,
    .uk-navbar-toggle:hover,
    .uk-navbar-toggle[aria-expanded="true"] {
        color: var(--dark-green);
        min-height: 55px;
    }
    .uk-offcanvas-bar {
        background: linear-gradient(90deg, #1e3c72 0%, #2a5298 100%);
        mix-blend-mode: normal;
    }

    .uk-offcanvas-overlay {
        background: rgb(0 0 0 / 40%);
    }

    .uk-nav-primary > li > a {
        font-size: 14px;
    }

    .scroll-hide {
        overflow: hidden;
    }
    .promo-bar div {
        margin-top: 20px;
        padding-left: 0;
    }
    .promo-bar div > span:first-of-type {
        font-size: 30px;
    }
    .promo-bar div:nth-child(2n + 2)::after {
        content: "";
    }
    .uk-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 160px;
    }
    .features h5 {
        font-size: 36px;
    }
    .banner .rectangle {
        background-position: bottom left;
    }
    .promo-images {
        padding: 0;
    }
    .promo p {
        margin-bottom: 40px;
    }
    footer .bottom-area {
        flex-direction: column;
        text-align: center;
    }
    footer .bottom-area img {
        margin-bottom: 10px;
    }
    footer {
        text-align: center;
    }
    footer .uk-list {
        margin-top: 10px;
    }

    footer .uk-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #offcanvas-push .uk-nav li {
        padding: 0;
        margin: 0;
    }
    #offcanvas-push .uk-offcanvas-bar {
        padding: 20px 0;
    }
    #offcanvas-push .uk-nav-primary > li > a {
        padding: 15px;
        color: #6f89b7;
    }

    #offcanvas-push .uk-nav-primary > li > a.active {
        color: #fff;
        background: #16305e;
    }
    .features .features-column {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .features .phone-1,
    .features .phone-2,
    .features .phone-3,
    .features .phone-5 {
        right: 0;
        left: 0;
        width: 100%;
    }
    .features .features-column {
        padding: 50px 0;
    }
    #first-stap-modal .title h2 {
        font-size: 16px !important;
        margin-top: 12px;
    }
}

@media (max-width: 480px) {
    .features .features-column {
        padding: 50px 0;
    }
    .features h5 {
        line-height: 40px;
        font-size: 32px;
    }
    .features h6 {
        font-size: 24px;
    }
    .features p {
        font-size: 16px;
        line-height: 23px;
    }
    .features .bg-light .features-column {
        display: flex;
        flex-direction: row;
    }
    .features .phone-1,
    .features .phone-2,
    .features .phone-3,
    .features .phone-5 {
        left: initial;
        top: 0;
        right: 17vw;
        max-width: 380px;
        float: left;
        position: relative;
    }

    /* Create Account */
    .login-step .input-line .uk-input {
        font-size: 13px;
    }
    #become-a-tutor .banner .title h2 {
        margin-top: 20px;
        left: 20px;
        font-size: 14px;
    }
    #become-a-tutor .list-steps {
        padding: 0px 20px 50px 20px;
    }
    #become-a-tutor .list-steps .title h2 {
        font-size: 16px;
    }
    #become-a-tutor .list-steps ul {
        font-size: 14px;
    }
}
@media (max-width: 426px) {
    .input-line .checkbox-contain span {
        font-size: 11px;
    }
    .login-step .login-container {
        padding: 50px 20px 0px 20px;
    }
    #verification-code .login-container,
    #verification-code-success .login-container,
    #check-mail .login-container {
        padding: 50px 20px 40px 20px;
    }
    #verification .top-icon,
    .form-icon-back {
        margin-left: -10px;
    }
    .sectionFeatures .title,
    .sectionFeatures .sub-title,
    .price .title,
    .price .sub-title {
        text-align: left;
    }
    .sectionFeatures .sub-title,
    .price .sub-title {
        margin: 0px;
    }
    .price .sub-title {
        margin-bottom: 50px;
    }
}
@media (max-width: 376px) {
    #verification-form {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .promo .promo-images {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .promo .promo-images .video {
        margin-top: 0;
    }

    .mobile-become a {
        width: 236px;
    }
    .sectionFeatures {
        padding-top: 40px;
    }
    .digital-test .top-content .title .text h2{
        font-size: 36px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .uk-navbar-right.uk-margin-left-60 {
        margin-left: 0px;
    }
    .promo .promo-images {
        padding-bottom: 120px;
    }
    .promo .mockup {
        width: 100%;
    }
    
}
@media (min-width: 1024px) {
    .promo .mockup {
        width: 70%;
    }
}
@media (min-width: 1200px) {
    .promo .mockup {
        width: 50%;
    }
}
